*INSTRUCTIONS FOR ADDING  WISHLIST LINK TO CUSTOMER ACCOUNT PAGE*

This is my first contribution to osc,  It's not that complicated.  If you can get the Wishlish Contribution to work, this will be a breeze. 

BACK UP YOUR FILES !!!! I can't be held responcible for a busted site. 


----------------------------------------------------------------------------------------------
FILES TO CHANGE 
----------------------------------------------------------------------------------------------
catalog/account.php
catalog/includes/languages/english.php
catalog/includes/languages/english/account.php

----------------------------------------------------------------------------------------------
IMAGES TO UPLOAD
----------------------------------------------------------------------------------------------
Choice of 2, wishlist_account1.gif for light backgrounds, and wishlist_account2.gif for dark Backgrounds.

wishlist_account.gif

----------------------------------------------------------------------------------------------

STEP 1

Open file  Cataglog/account.php


**FIND**



<td class="main"><b><?php echo MY_ORDERS_TITLE; ?></b></td>



**DIRECTLY !! ABOVE !! ADD** 



<td class="main"><b><?php echo MY_WISHLIST_TITLE; ?></b></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
          <tr class="infoBoxContents">
            <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
              <tr>
                <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
                <td width="60"><?php echo tep_image(DIR_WS_IMAGES . 'wishlist_account.gif'); ?></td>
                <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
                <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
                  <tr>
                    <td class="main"><?php echo tep_image(DIR_WS_IMAGES . 'arrow_green.gif') . '<a href="' . tep_href_link(FILENAME_WISHLIST, '', 'SSL') . '">' . BOX_HEADING_CUSTOMER_WISHLIST_ACCOUNT . '</a>'; ?></td>
                  </tr>
                </table></td>
                <td width="10" align="right"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
      </tr>
      <tr>
        <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
      </tr>
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
          <tr>

DONE EDITING CATATLOG/ACCOUNT.PHP 
___________________________________________________________________________________________
*******************************************************************************************

Open file catalog/includes/languages/english.php


FIND 


define('BOX_HEADING_CUSTOMER_WISHLIST', 'My Wishlist');
define('TEXT_WISHLIST_COUNT', 'Currently %s items are on your Wish List.');


ADD JUST BELOW 

define('BOX_HEADING_CUSTOMER_WISHLIST_ACCOUNT', 'View the items currently on my wishlist.');



DONE EDITING CATATLOG/INCLUDES/LANGUAGES/ENGLISH.PHP
___________________________________________________________________________________________
*******************************************************************************************

Open file catalog/includes/languages/english/account.php


FIND

define('MY_ORDERS_TITLE', 'My Orders');
define('MY_ORDERS_VIEW', 'View the orders I have made.');


ADD JUST BELOW ( Leave a space if you like ) 


define('MY_WISHLIST_TITLE', 'My Wishlist');


DONE EDITING CATATLOG/INCLUDES/LANGUAGES/ENGLISH/ACCOUNT.PHP
___________________________________________________________________________________________
*******************************************************************************************


Once you have finnished editing your files, Reload into your catalog/......


___________________________________________________________________________________________
*******************************************************************************************

SELECT & EDIT IMAGE NAME 

As stated above I have created two images,  that somewhat match the oscommerce original images. 
Choose the image you would like for your site,  

wishlist_account1.gif for a light background 

or 

wishlist_account2.gif for dark background

Rename your image by removing the number 1 or the number 2 at the end of the file and upload it to your catalog/images folder. 

The image file name must be "wishlist_account.gif" in order to show properly on your account page. 





